SftTree/OCX 7.0

SftTree.ReorderColumns Property

Softel vdm, Inc.

Defines whether columns can be reordered using column drag & drop.

Deprecated - Provided for compatibility with earlier versions only - Use Headers.Reorderable instead

Syntax       

Get

VB.NET

Boolean = object.ReorderColumns  As Boolean

VB

Boolean = object.ReorderColumns  As Boolean

C#.NET

bool Boolean = object.ReorderColumns;

VC++

VARIANT_BOOL Boolean = object->ReorderColumns;
VARIANT_BOOL Boolean = object->GetReorderColumns();

C

HRESULT object->get_ReorderColumns(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.ReorderColumns   : WordBool;

Put

VB.NET

object.ReorderColumns = Boolean  As Boolean

VB

object.ReorderColumns = Boolean  As Boolean

C#.NET

bool object.ReorderColumns = Boolean;

VC++

VARIANT_BOOL object->ReorderColumns = Boolean;
void object->PutReorderColumns(VARIANT_BOOL Boolean);

C

HRESULT object->put_ReorderColumns(VARIANT_BOOL Boolean);

Delphi

object.ReorderColumns := Boolean   : WordBool;

object

A SftTree object.

Boolean

Defines whether columns can be reordered using column drag & drop.

Boolean

Description

True

Columns can be reordered by the user.

False

Columns cannot be reordered by the user.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Headers.Reorderable instead

The ReorderColumns property defines whether columns can be reordered using column drag & drop.

Even if column reordering has been enabled using the ReorderColumns property, individual columns can be prevented from being reordered by using the Header.KeepPosition property.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com